home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRPGOPTFORM / TFRPGOPTFORM.txt < prev   
Text File  |  2004-10-21  |  8KB  |  357 lines

  1. object frPgoptForm: TfrPgoptForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Page options'
  7.   ClientHeight = 189
  8.   ClientWidth = 381
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 220
  20.     Top = 160
  21.     Width = 75
  22.     Height = 25
  23.     HelpContext = 40
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object Button2: TButton
  30.     Left = 302
  31.     Top = 160
  32.     Width = 75
  33.     Height = 25
  34.     HelpContext = 50
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object PageControl1: TPageControl
  41.     Left = 4
  42.     Top = 4
  43.     Width = 373
  44.     Height = 149
  45.     ActivePage = TabSheet1
  46.     TabOrder = 2
  47.     object TabSheet1: TTabSheet
  48.       Caption = 'Paper'
  49.       object GroupBox2: TGroupBox
  50.         Left = 198
  51.         Top = 8
  52.         Width = 163
  53.         Height = 69
  54.         Caption = 'Orientation'
  55.         TabOrder = 0
  56.         object imgLandScape: TImage
  57.           Left = 121
  58.           Top = 25
  59.           Width = 32
  60.           Height = 26
  61.           AutoSize = True
  62.           Picture.Data = {<image000.bmp>}
  63.         end
  64.         object imgPortrait: TImage
  65.           Left = 124
  66.           Top = 21
  67.           Width = 26
  68.           Height = 32
  69.           AutoSize = True
  70.           Picture.Data = {<image001.bmp>}
  71.         end
  72.         object RB1: TRadioButton
  73.           Left = 8
  74.           Top = 20
  75.           Width = 85
  76.           Height = 17
  77.           HelpContext = 111
  78.           Caption = 'Portrait'
  79.           TabOrder = 0
  80.           OnClick = RB1Click
  81.         end
  82.         object RB2: TRadioButton
  83.           Left = 8
  84.           Top = 40
  85.           Width = 85
  86.           Height = 17
  87.           HelpContext = 120
  88.           Caption = 'Landscape'
  89.           Checked = True
  90.           TabOrder = 1
  91.           TabStop = True
  92.           OnClick = RB2Click
  93.         end
  94.       end
  95.       object GroupBox3: TGroupBox
  96.         Left = 4
  97.         Top = 8
  98.         Width = 185
  99.         Height = 109
  100.         Caption = 'Size'
  101.         TabOrder = 1
  102.         object Label1: TLabel
  103.           Left = 8
  104.           Top = 56
  105.           Width = 50
  106.           Height = 13
  107.           Caption = 'Width, mm'
  108.           FocusControl = E1
  109.         end
  110.         object Label2: TLabel
  111.           Left = 8
  112.           Top = 80
  113.           Width = 53
  114.           Height = 13
  115.           Caption = 'Height, mm'
  116.           FocusControl = E2
  117.         end
  118.         object ComB1: TComboBox
  119.           Left = 8
  120.           Top = 20
  121.           Width = 169
  122.           Height = 21
  123.           HelpContext = 130
  124.           Style = csDropDownList
  125.           ItemHeight = 13
  126.           TabOrder = 0
  127.           OnClick = ComB1Click
  128.         end
  129.         object E1: TEdit
  130.           Left = 80
  131.           Top = 52
  132.           Width = 40
  133.           Height = 21
  134.           HelpContext = 140
  135.           TabOrder = 1
  136.         end
  137.         object E2: TEdit
  138.           Left = 80
  139.           Top = 76
  140.           Width = 40
  141.           Height = 21
  142.           HelpContext = 150
  143.           TabOrder = 2
  144.         end
  145.       end
  146.       object CB2: TCheckBox
  147.         Left = 200
  148.         Top = 88
  149.         Width = 161
  150.         Height = 17
  151.         Caption = 'Unlimited height'
  152.         TabOrder = 2
  153.       end
  154.     end
  155.     object TabSheet4: TTabSheet
  156.       Caption = 'Source'
  157.       object GroupBox6: TGroupBox
  158.         Left = 4
  159.         Top = 8
  160.         Width = 185
  161.         Height = 105
  162.         Caption = 'Paper source'
  163.         TabOrder = 0
  164.         object BinList: TListBox
  165.           Left = 12
  166.           Top = 18
  167.           Width = 161
  168.           Height = 75
  169.           HelpContext = 195
  170.           ItemHeight = 13
  171.           TabOrder = 0
  172.         end
  173.       end
  174.     end
  175.     object TabSheet2: TTabSheet
  176.       Caption = 'Margins'
  177.       object GroupBox4: TGroupBox
  178.         Left = 4
  179.         Top = 8
  180.         Width = 253
  181.         Height = 109
  182.         Caption = 'Page margins'
  183.         TabOrder = 0
  184.         object Label3: TLabel
  185.           Left = 8
  186.           Top = 56
  187.           Width = 40
  188.           Height = 13
  189.           Caption = 'Left, mm'
  190.           FocusControl = E3
  191.         end
  192.         object Label4: TLabel
  193.           Left = 8
  194.           Top = 80
  195.           Width = 41
  196.           Height = 13
  197.           Caption = 'Top, mm'
  198.           FocusControl = E4
  199.         end
  200.         object Label5: TLabel
  201.           Left = 132
  202.           Top = 56
  203.           Width = 47
  204.           Height = 13
  205.           Caption = 'Right, mm'
  206.           FocusControl = E5
  207.         end
  208.         object Label6: TLabel
  209.           Left = 132
  210.           Top = 80
  211.           Width = 55
  212.           Height = 13
  213.           Caption = 'Bottom, mm'
  214.           FocusControl = E6
  215.         end
  216.         object CB5: TCheckBox
  217.           Left = 8
  218.           Top = 20
  219.           Width = 237
  220.           Height = 17
  221.           HelpContext = 62
  222.           Caption = 'Stretch to print area'
  223.           TabOrder = 0
  224.         end
  225.         object E3: TEdit
  226.           Left = 80
  227.           Top = 52
  228.           Width = 40
  229.           Height = 21
  230.           HelpContext = 72
  231.           TabOrder = 1
  232.         end
  233.         object E4: TEdit
  234.           Left = 80
  235.           Top = 76
  236.           Width = 40
  237.           Height = 21
  238.           HelpContext = 81
  239.           TabOrder = 2
  240.         end
  241.         object E5: TEdit
  242.           Left = 204
  243.           Top = 52
  244.           Width = 40
  245.           Height = 21
  246.           HelpContext = 91
  247.           TabOrder = 3
  248.         end
  249.         object E6: TEdit
  250.           Left = 204
  251.           Top = 76
  252.           Width = 40
  253.           Height = 21
  254.           HelpContext = 101
  255.           TabOrder = 4
  256.         end
  257.       end
  258.     end
  259.     object TabSheet3: TTabSheet
  260.       Caption = 'Other'
  261.       object GroupBox1: TGroupBox
  262.         Left = 4
  263.         Top = 8
  264.         Width = 209
  265.         Height = 109
  266.         Caption = 'Options'
  267.         TabOrder = 0
  268.         object CB1: TCheckBox
  269.           Left = 8
  270.           Top = 20
  271.           Width = 185
  272.           Height = 17
  273.           HelpContext = 160
  274.           Caption = 'Print to previous page'
  275.           TabOrder = 0
  276.         end
  277.       end
  278.       object GroupBox5: TGroupBox
  279.         Left = 220
  280.         Top = 8
  281.         Width = 141
  282.         Height = 109
  283.         Caption = 'Columns'
  284.         TabOrder = 1
  285.         object Label7: TLabel
  286.           Left = 8
  287.           Top = 24
  288.           Width = 37
  289.           Height = 13
  290.           Caption = 'Number'
  291.         end
  292.         object Label8: TLabel
  293.           Left = 8
  294.           Top = 52
  295.           Width = 42
  296.           Height = 13
  297.           Caption = 'Gap, mm'
  298.           FocusControl = E7
  299.         end
  300.         object E7: TEdit
  301.           Left = 8
  302.           Top = 68
  303.           Width = 53
  304.           Height = 21
  305.           HelpContext = 180
  306.           TabOrder = 0
  307.         end
  308.         object Edit1: TEdit
  309.           Tag = 6
  310.           Left = 84
  311.           Top = 21
  312.           Width = 43
  313.           Height = 21
  314.           HelpContext = 170
  315.           TabOrder = 1
  316.           Text = '1'
  317.         end
  318.         object Panel8: TPanel
  319.           Left = 108
  320.           Top = 23
  321.           Width = 17
  322.           Height = 17
  323.           BevelOuter = bvNone
  324.           TabOrder = 2
  325.           object SB1: TfrSpeedButton
  326.             Left = 0
  327.             Top = 0
  328.             Width = 17
  329.             Height = 8
  330.             Glyph.Data = {
  331.               86000000424D8600000000000000760000002800000007000000040000000100
  332.               0400000000001000000000000000000000001000000000000000000000000000
  333.               80000080000000808000800000008000800080800000C0C0C000808080000000
  334.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFF0F000
  335.               00F0FF000FF0FFF0FFF0}
  336.             Spacing = 0
  337.             OnClick = SB1Click
  338.           end
  339.           object SB2: TfrSpeedButton
  340.             Left = 0
  341.             Top = 9
  342.             Width = 17
  343.             Height = 8
  344.             Glyph.Data = {
  345.               86000000424D8600000000000000760000002800000007000000040000000100
  346.               0400000000001000000000000000000000001000000000000000000000000000
  347.               80000080000000808000800000008000800080800000C0C0C000808080000000
  348.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF0FFF0FF00
  349.               0FF0F00000F0FFFFFFF0}
  350.             OnClick = SB2Click
  351.           end
  352.         end
  353.       end
  354.     end
  355.   end
  356. end
  357.